home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr19 / aqbibl15.zip / AQBIBLE.DOC < prev    next >
Text File  |  1993-07-04  |  4KB  |  101 lines

  1.  
  2.                  AQBIBLE version 1.5     Release July 1993
  3.  
  4.     Welcome to the AQBIBLE quiz door.  This program will give a 10
  5. question test with up to 60 different categories of questions.  That's a
  6. total of 600 questions!  Each of the 60 categories of questions is in a
  7. question file which can be modified, deleted etc.  The door comes with
  8. all 60 categories of questions.             
  9.  
  10.           DISCLAIMER:   Use this door at your own risk.  This door is
  11. freeware and may be distributed freely.  There is no registration fee
  12. for the use of the door BUT by using it YOU are accepting any risks 
  13. to yourself or your equipment.
  14.  
  15.    This door was written with Quick Basic 4.5 and Door Frame.         
  16.  
  17. BBS's supported:
  18. C:\PCB\PCBOARD.SYS              <- For PCBoard systems using PCBOARD.SYS only
  19. C:\PCB\USERS.SYS                <- For PCBoard systems using USERS.SYS
  20. C:\BBS\CALLINFO.BBS             <- For Wildcat! systems (prior to v3.0)
  21. C:\BBS\CHAIN.TXT                <- For WWIV systems
  22. C:\BBS\USERINFO.DAT             <- For Wildcat! 3.x+ systems.
  23. C:\BBS\DOOR.SYS                 <- For systems that support DOOR.SYS
  24. C:\BBS\DORINFOx.DEF             <- For QBBS/RBBS/RA. Replace x with Node #.
  25. C:\BBS\SFDOORS.DAT              <- For Spitfire systems.
  26. C:\BBS\TRIBBS.SYS               <- For TriBBS systems.
  27.  
  28.   Run in LOCAL mode:  If you are like me then you will want to try
  29. the door in local mode before you go any further.  This way you can
  30. quickly decide if you wish to install the door on your bbs or
  31. del *.*.   Just type LOCAL to start up the door in local mode.
  32.  
  33.  
  34.   STARTING UP THE DOOR:  Sample batch file
  35.        E:
  36.        cd \DOORS\aqbible
  37.        aqbible aqbible1.cfg
  38.        C:
  39.        CD C:\PCB
  40.        BOARD
  41.  
  42. Read the sample aqbible.cfg file for more info on setting up the door.
  43.  
  44. From time to time you will need to reset the high score file.  Just
  45. run aqreset.exe to do the reset.
  46.  
  47.   The good thing about this door is that you can design your own
  48. question files and the door will read your question file.  All you
  49. have to do when designing a data file is to follow a few simple record
  50. layout formats.   The data file format is as follows:
  51.  
  52. - *  is a comment.  Aqbible will ignore any lines starting with an '*'
  53. - Aqbible will only read 10 questions....no less....no more.
  54. - QUESTION FORMAT:  (Using question 1 as a sample)
  55.        - The answer comes first in the format of: 01A Answer
  56.            - The answer is case sensitive.
  57.        - You may use up to 8 question lines but keep the length no
  58.          greater than 70 characters.
  59.        - At the end of each question use an end marker:  01E
  60.  
  61.  Here is a sample question:
  62.  
  63. *   Data file for the ABORTION QUIZ
  64. *
  65. *   HEADING LINE:
  66. * Is the baby in the womb a person?  What does the Bible say?
  67. *
  68. *
  69. * =========   Question 1:
  70. *
  71. 01A innocent
  72. 01Q  'Keep thee far from a false matter; and the ______ and
  73. 01Q   righteous slay thou not: for I will not justify the
  74. 01Q   wicked'  Exodus 23:7
  75. 01E   END OF QUESTION 1
  76. *
  77. *
  78. *
  79. * =========   Question 2:  etc....... thru to question 10.
  80.  
  81.  
  82.    For additional information on actually setting up the door and
  83. getting it running look inside the aqbible1.cfg file in this archive.
  84.  
  85. Needed files:
  86.  
  87. AQBIBLE.EXE      Aqbible program
  88. AQRESET.EXE      Reset high score file
  89. AQBIBLE.SCR      high score file
  90.        .DAT      Question files
  91.  
  92.  
  93.    Any questions can be directed to:  Alan Yusko
  94.                                       The Seed Sowers BBS
  95.                                       (416) 498-5259/5962
  96.  
  97. THANKS goes to Fred Nassif sysop of The Good Tidings BBS
  98. (416) 297-9376.  Fred helped test the door and design some
  99. question files!
  100.  
  101.